Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid memory limit check for small slices for better performance. #282

Merged
merged 3 commits into from
Jan 29, 2023

Conversation

ichiban
Copy link
Owner

@ichiban ichiban commented Jan 22, 2023

@codecov
Copy link

codecov bot commented Jan 22, 2023

Codecov Report

Base: 99.23% // Head: 99.24% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (48771d9) compared to base (56638b9).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #282   +/-   ##
=======================================
  Coverage   99.23%   99.24%           
=======================================
  Files          23       23           
  Lines        7346     7380   +34     
=======================================
+ Hits         7290     7324   +34     
  Misses         40       40           
  Partials       16       16           
Impacted Files Coverage Δ
engine/builtin.go 99.60% <100.00%> (+<0.01%) ⬆️
engine/exception.go 100.00% <100.00%> (ø)
engine/malloc.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ichiban ichiban marked this pull request as ready for review January 29, 2023 12:28
@ichiban ichiban merged commit bdec4d0 into main Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant